home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000284_news@newsmaster….columbia.edu _Sun Nov 16 21:40:17 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA11711
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 16 Nov 1997 21:40:16 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA19909
  7.     for kermit.misc@watsun; Sun, 16 Nov 1997 21:40:16 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: How to change MSKermit key mappings?
  12. Date: 17 Nov 1997 02:40:10 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <64oaqa$gm7$1@apakabar.cc.columbia.edu>
  16. References: <64ljlo$iai$1@nntp1.ba.best.com> <64lvk2$a8g$1@apakabar.cc.columbia.edu> <64oa66$gtd$1@nntp1.ba.best.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8069
  19.  
  20. In article <64oa66$gtd$1@nntp1.ba.best.com>,
  21. Tim Holmes  <holmes@shell10.ba.best.com> wrote:
  22. : One of the things I'm having trouble with is how to 
  23. : specify the <ESC>OT, <ESC>OU, etc., that I think  need
  24. : to be in F5 on up.  What codes would Kermit understand
  25. : for this?
  26. : Tim
  27.  
  28. Well, a VT100 or related DEC terminal would not assign anything to
  29. F5 since F1 through F5 are local keys.  Here is a sampling of the
  30. VT300.INI keyboard definition file which comes with MS-DOS Kermit.
  31.  
  32. set key \319 \kbreak      ; F5                   Break
  33. set key \320 \Kdecf6      ; F6                   DEC F6
  34. set key \321 \Kdecf7      ; F7                   DEC F7
  35. set key \322 \KdecF8      ; F8                   DEC F8
  36. set key \323 \KdecF9      ; F9                   DEC F9
  37. set key \324 \KdecF10     ; F10                  DEC F10
  38. set key \389 \kdechelp    ; F11                  DEC Help
  39. set key \390 \kdecdo      ; F12                  DEC Do
  40. set key \2408 \kdecF11    ; Alt-F1               F11
  41. set key \2409 \kdecF12    ; Alt-F2               F12
  42. set key \2410 \kdecF13    ; Alt-F3               F13
  43. set key \2411 \kdecF14    ; Alt-F4               F14
  44. set key \2412 \kdechelp   ; Alt-F5               Help (F15)
  45. set key \2413 \kdecdo     ; Alt-F6               Do (F16)
  46. set key \2414 \kdecF17    ; Alt-F7               F17
  47. set key \2415 \kdecF18    ; Alt-F8               F18
  48. set key \2416 \kdecF19    ; Alt-F9               F19
  49. set key \2417 \kdecF20    ; Alt-F10              F20
  50.  
  51.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  52.                  The Kermit Project * Columbia University
  53.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  54.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu